Returns a string with a value that identifies each user of your software. Read-only.
When a user install your program, he/she will be assigned with an unique SoftwareCode. To unlock the software he/she will need an unique LiberationKey, that only you can provide.
Example:
'--- Display SoftwareCode
Label1.Caption = "Your SoftwareCode is " & _
ActiveLock1.SoftwareCode
NOTE: This SoftwareCode will remain on the user's system even if he/she uninstall your program.
See also: KeyGenerator